func internal/runtime/maps.newobject

9 uses

	internal/runtime/maps (current package)
		group.go#L341: 			newKey := newobject(typ.Key)
		group.go#L353: 			newElem := newobject(typ.Elem)
		map.go#L575: 		kmem := newobject(typ.Key)
		map.go#L583: 		emem := newobject(typ.Elem)
		runtime.go#L30: func newobject(typ *abi.Type) unsafe.Pointer
		runtime_swiss.go#L303: 						kmem := newobject(typ.Key)
		runtime_swiss.go#L311: 						emem := newobject(typ.Elem)
		table.go#L338: 				kmem := newobject(typ.Key)
		table.go#L346: 				emem := newobject(typ.Elem)